home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
TwoRings.dxr
/
00058_game setup.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
236 b
|
11 lines
global foundation, tableau, stock, waste, deals, points
on exitFrame me
foundation = [:]
tableau = [:]
deals = 0
points = 0
stock = new(script("stock object"), createdeck())
waste = new(script("foundation object"), [])
end